From 7abd062adff63c97ee3f382c081f562fb348b35d Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Wed, 10 May 2006 15:55:21 -0600 Subject: [PATCH] [IA64] linux: ia64 coreMakefile clean up Signed-off-by: Isaku Yamahata --- .../arch/ia64/xen/drivers/coreMakefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile index a2d0f650bd..053370e914 100644 --- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile @@ -2,22 +2,16 @@ # Makefile for the linux kernel. # -XENARCH := $(subst ",,$(CONFIG_XENARCH)) - -CPPFLAGS_vmlinux.lds += -U$(XENARCH) - -$(obj)/vmlinux.lds.S: - @ln -fsn $(srctree)/arch/$(XENARCH)/kernel/vmlinux.lds.S $@ - - obj-y := gnttab.o features.o obj-$(CONFIG_PROC_FS) += xen_proc.o ifeq ($(ARCH),ia64) obj-y += evtchn_ia64.o obj-y += xenia64_init.o +ifeq ($(CONFIG_XEN_IA64_DOM0_VP),y) +obj-$(CONFIG_NET) += skbuff.o +endif else -extra-y += vmlinux.lds obj-y += reboot.o evtchn.o fixup.o obj-$(CONFIG_SMP) += smp.o # setup_profiling_timer def'd in ia64 obj-$(CONFIG_NET) += skbuff.o # until networking is up on ia64 -- 2.30.2